/*
  Thrustmast A-10 Joystick Calibration Tool - Output/Configuration file.
*/


Initial_Pos_X  = 0x4000; // 110..111
Initial_Pos_Y  = 0x4000; // 112..113

Edge_Size      = 0x0001; // 114..115
Edge_Reduc     = 0x06;   // 116
Edge_Shift     = 0x05;   // 117
Edge_BM        = 0x04;   // 118

MultInit_XN    = 0xA8;   // 119
MultInit_XP    = 0xA8;   // 120
MultInit_YN    = 0xA8;   // 121
MultInit_YP    = 0xA8;   // 122

Center_Area    = 0x0800; // 123..124
Center_Reduc   = 0x03;   // 125
Center_Shift   = 0x09;   // 126
Center_BM      = 0x03;   // 127


